MCP server for discovering and invoking monetized AI tools. Agents connect to search the SettleGrid marketplace by keyword or category, inspect tool details and pricing, and call any tool — all through the Model Context Protocol. Supports per-call billing via Stripe Connect.
Overview
AI agents get access to 1,444+ monetized tools across 24 categories — MCP servers, AI models, REST APIs, agent tools, and SDK packages.
What you can do
- Search tools by category, price, and rating
- Browse tools and developer profiles
- Invoke any tool directly through the Meta-MCP Server
Available tools
| Tool | Description |
|---|---|
search_tools | Find tools by keyword, category, price, or rating |
get_tool | Get full details for a specific tool |
list_categories | Browse all 24 categories with tool counts |
get_developer | Look up developer profiles |
list_marketplace_tools | List popular tools with pricing |
call_tool | Invoke any marketplace tool directly |
Authentication
Free to use — no API key required for discovery. Optional API key enables billed tool invocations via call_tool.
Server Config
{
"mcpServers": {
"settlegrid": {
"command": "npx",
"args": [
"-y",
"@settlegrid/discovery"
]
}
}
}